Leadtools.Codecs Namespace > RasterCodecs Class > FeedGetInformation Method : FeedGetInformation(Byte[],Int32,Int32) Method |
'Declaration Public Overloads Function FeedGetInformation( _ ByVal data() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) As Boolean
'Usage Dim instance As RasterCodecs Dim data() As Byte Dim offset As Integer Dim length As Integer Dim value As Boolean value = instance.FeedGetInformation(data, offset, length)
-(LTCodecsFeedGetInformationStatus)feedGetInformation:(const unsigned char*)buffer length:(unsigned int)length error:(NSError**)outError;
Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.
For a description of how the methods relate to each other, refer to StartFeedGetInformation.